Html Css Color HEX #38001C Blackberry

📋 copy color: '#38001C'

red 56 ◦ green 0 ◦ blue 28

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

Shades of Blackberry #38001C

Tints of Blackberry #38001C

RGB

 RED value IS 56 (22.27% from 255) = 66.67%

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

 BLUE value IS 28 (11.33% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38001C (or 0x38001C) is known color: Blackberry. HEX triplet: 38, 00 and 1C. RGB value is (56,0,28). Sum of RGB (Red+Green+Blue) = 56+0+28=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #38001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38001C is #C7FFE3. Grayscale: #131313. Windows color (decimal): -13107172 or 1835064. OLE color: 1835064.

HSL color Cylindrical-coordinate representation of color #38001C: hue angle of 330º 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 #38001C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 0 28 -
CMYK 0 1 0.50 0.78
HSL 330º 1% 0.11% -
HSV(B) 330º 1% 0.22% -
XYZ 1.84 0.92 1.18 -
YUV 19.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 56 0 28 0 1 0.50 0.78 330 1 0.11
Hex 38 0 1C 0 64 32 4E 14A 64 B
Octal 70 0 34 0 144 62 116 512 144 13
Binary 111000 0 11100 0 1100100 110010 1001110 101001010 1100100 1011

Color Harmonies of #38001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38001C

Black with #38001C

Text Example


Text Example

White with #38001C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38001C; }

 p { color: rgb(56,0,28); }

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

background-color css

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

 a { background-color: rgb(56,0,28); }

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

border-color css

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

 span { border-color: rgb(56,0,28); }

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