Html Css Color HEX #230027 Blackcurrant

📋 copy color: '#230027'

red 35 ◦ green 0 ◦ blue 39

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

Shades of Blackcurrant #230027

Tints of Blackcurrant #230027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 52.7%

R = 47.3%
G = 0%
B = 52.7%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#230027 (or 0x230027) is known color: Blackcurrant. HEX triplet: 23, 00 and 27. RGB value is (35,0,39). Sum of RGB (Red+Green+Blue) = 35+0+39=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #230027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230027 is #DCFFD8. Grayscale: #0E0E0E. Windows color (decimal): -14483417 or 2555939. OLE color: 2555939.

HSL color Cylindrical-coordinate representation of color #230027: hue angle of 293.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230027 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 0 39 -
CMYK 0.10 1 0 0.85
HSL 293.85º 1% 0.08% -
HSV(B) 293.85º 1% 0.15% -
XYZ 1.06 0.5 1.96 -
YUV 14.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 35 0 39 0.10 1 0 0.85 293.85 1 0.08
Hex 23 0 27 A 64 0 55 126 64 8
Octal 43 0 47 12 144 0 125 446 144 10
Binary 100011 0 100111 1010 1100100 0 1010101 100100110 1100100 1000

Color Harmonies of #230027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230027

Black with #230027

Text Example


Text Example

White with #230027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230027; }

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

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

background-color css

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

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

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

border-color css

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

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

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