Html Css Color HEX #230037 Blackcurrant

📋 copy color: '#230037'

red 35 ◦ green 0 ◦ blue 55

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

Shades of Blackcurrant #230037

Tints of Blackcurrant #230037

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 55 (21.88% from 255) = 61.11%

R = 38.89%
G = 0%
B = 61.11%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#230037 (or 0x230037) is known color: Blackcurrant. HEX triplet: 23, 00 and 37. RGB value is (35,0,55). Sum of RGB (Red+Green+Blue) = 35+0+55=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #230037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230037 is #DCFFC8. Grayscale: #101010. Windows color (decimal): -14483401 or 3604515. OLE color: 3604515.

HSL color Cylindrical-coordinate representation of color #230037: hue angle of 278.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230037 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 0 55 -
CMYK 0.36 1 0 0.78
HSL 278.18º 1% 0.11% -
HSV(B) 278.18º 1% 0.22% -
XYZ 1.38 0.63 3.66 -
YUV 16.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 35 0 55 0.36 1 0 0.78 278.18 1 0.11
Hex 23 0 37 24 64 0 4E 116 64 B
Octal 43 0 67 44 144 0 116 426 144 13
Binary 100011 0 110111 100100 1100100 0 1001110 100010110 1100100 1011

Color Harmonies of #230037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230037

Black with #230037

Text Example


Text Example

White with #230037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230037; }

 p { color: rgb(35,0,55); }

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

background-color css

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

 a { background-color: rgb(35,0,55); }

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

border-color css

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

 span { border-color: rgb(35,0,55); }

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