Html Css Color HEX #230B42 Blackcurrant

📋 copy color: '#230B42'

red 35 ◦ green 11 ◦ blue 66

#230B42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #230B42

Tints of Blackcurrant #230B42

RGB

 RED value IS 35 (14.06% from 255) = 31.25%

 GREEN value IS 11 (4.69% from 255) = 9.82%

 BLUE value IS 66 (26.17% from 255) = 58.93%

R = 31.25%
G = 9.82%
B = 58.93%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#230B42 (or 0x230B42) is known color: Blackcurrant. HEX triplet: 23, 0B and 42. RGB value is (35,11,66). Sum of RGB (Red+Green+Blue) = 35+11+66=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 66 (26.17% from 255 or 58.93% from 112); Max value from RGB is 66 - color contains mainly: blue. Hex color #230B42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B42 is #DCF4BD. Grayscale: #181818. Windows color (decimal): -14480574 or 4328227. OLE color: 4328227.

HSL color Cylindrical-coordinate representation of color #230B42: hue angle of 266.18º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230B42 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 35 11 66 -
CMYK 0.47 0.83 0 0.74
HSL 266.18º 0.71% 0.15% -
HSV(B) 266.18º 0.83% 0.26% -
XYZ 1.8 0.99 5.25 -
YUV 24.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 35 11 66 0.47 0.83 0 0.74 266.18 0.71 0.15
Hex 23 B 42 2F 53 0 4A 10A 47 F
Octal 43 13 102 57 123 0 112 412 107 17
Binary 100011 1011 1000010 101111 1010011 0 1001010 100001010 1000111 1111

Color Harmonies of #230B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B42

Black with #230B42

Text Example


Text Example

White with #230B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230B42; }

 p { color: rgb(35,11,66); }

 H1.HeaderClassName
 {
   color: #230B42;
 }
 .AnyTagClassName
 {
   color: #230B42;
 }
</style>

background-color css

<style>
 a { background-color: #230B42; }

 a { background-color: rgb(35,11,66); }

 div.DivClassName
 {
   background-color: #230B42;
 }
 .BgClassName
 {
   background-color: #230B42;
 }
</style>

border-color css

<style>
 span { border-color: #230B42; }

 span { border-color: rgb(35,11,66); }

 td.TdClassName
 {
   border-color: #230B42;
 }
 .TagClassName
 {
   border-color: #230B42;
 }
</style>